GeoPandas demo

For a demonstration of a geopandas see Figure 1.

Code
import geopandas
url_postnummer_nor = "https://raw.githubusercontent.com/ivanhjel/postnummer/master/postnummeromrader.geojson"


gdf = geopandas.read_file(url_postnummer_nor)
gdf.explore()
Make this Notebook Trusted to load map: File -> Trust Notebook
Figure 1: A map to explore geopandas